home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / Chip_2002-06_cd1.bin / zkuste / delphi / kolekce / d6 / rxlibsetup.exe / {app} / units / FDUALLST.dfm / FDUALLST.txt
Encoding:
Text File  |  1999-10-12  |  3.2 KB  |  165 lines

  1. object DualListForm: TDualListForm
  2.   Left = 198
  3.   Top = 100
  4.   ActiveControl = SrcList
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   ClientHeight = 269
  8.   ClientWidth = 392
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = [fsBold]
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnActivate = ListClick
  18.   OnCreate = FormCreate
  19.   OnShow = ListClick
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Bevel1: TBevel
  23.     Left = 4
  24.     Top = 7
  25.     Width = 384
  26.     Height = 224
  27.     ParentShowHint = False
  28.     ShowHint = True
  29.   end
  30.   object SrcLabel: TLabel
  31.     Left = 12
  32.     Top = 12
  33.     Width = 5
  34.     Height = 13
  35.   end
  36.   object DstLabel: TLabel
  37.     Left = 216
  38.     Top = 12
  39.     Width = 5
  40.     Height = 13
  41.   end
  42.   object SrcList: TTextListBox
  43.     Left = 12
  44.     Top = 30
  45.     Width = 164
  46.     Height = 194
  47.     DragMode = dmAutomatic
  48.     ItemHeight = 13
  49.     MultiSelect = True
  50.     ParentShowHint = False
  51.     ShowHint = True
  52.     Sorted = True
  53.     TabOrder = 0
  54.     OnClick = ListClick
  55.     OnDblClick = IncBtnClick
  56.     OnDragDrop = SrcListDragDrop
  57.     OnDragOver = SrcListDragOver
  58.     OnKeyDown = SrcListKeyDown
  59.   end
  60.   object DstList: TTextListBox
  61.     Left = 216
  62.     Top = 30
  63.     Width = 164
  64.     Height = 194
  65.     DragMode = dmAutomatic
  66.     ItemHeight = 13
  67.     MultiSelect = True
  68.     ParentShowHint = False
  69.     ShowHint = True
  70.     Sorted = True
  71.     TabOrder = 5
  72.     OnClick = ListClick
  73.     OnDblClick = ExclBtnClick
  74.     OnDragDrop = DstListDragDrop
  75.     OnDragOver = DstListDragOver
  76.     OnKeyDown = DstListKeyDown
  77.   end
  78.   object IncBtn: TButton
  79.     Left = 183
  80.     Top = 32
  81.     Width = 26
  82.     Height = 26
  83.     Caption = '>'
  84.     Font.Charset = DEFAULT_CHARSET
  85.     Font.Color = clBlack
  86.     Font.Height = -12
  87.     Font.Name = 'MS Sans Serif'
  88.     Font.Style = [fsBold]
  89.     ParentFont = False
  90.     TabOrder = 1
  91.     OnClick = IncBtnClick
  92.   end
  93.   object IncAllBtn: TButton
  94.     Left = 183
  95.     Top = 64
  96.     Width = 26
  97.     Height = 26
  98.     Caption = '>>'
  99.     Font.Charset = DEFAULT_CHARSET
  100.     Font.Color = clBlack
  101.     Font.Height = -12
  102.     Font.Name = 'MS Sans Serif'
  103.     Font.Style = [fsBold]
  104.     ParentFont = False
  105.     TabOrder = 2
  106.     OnClick = IncAllBtnClick
  107.   end
  108.   object ExclBtn: TButton
  109.     Left = 183
  110.     Top = 97
  111.     Width = 26
  112.     Height = 26
  113.     Caption = '<'
  114.     Font.Charset = DEFAULT_CHARSET
  115.     Font.Color = clBlack
  116.     Font.Height = -12
  117.     Font.Name = 'MS Sans Serif'
  118.     Font.Style = [fsBold]
  119.     ParentFont = False
  120.     TabOrder = 3
  121.     OnClick = ExclBtnClick
  122.   end
  123.   object ExclAllBtn: TButton
  124.     Left = 183
  125.     Top = 129
  126.     Width = 26
  127.     Height = 26
  128.     Caption = '<<'
  129.     Font.Charset = DEFAULT_CHARSET
  130.     Font.Color = clBlack
  131.     Font.Height = -12
  132.     Font.Name = 'MS Sans Serif'
  133.     Font.Style = [fsBold]
  134.     ParentFont = False
  135.     TabOrder = 4
  136.     OnClick = ExclAllBtnClick
  137.   end
  138.   object OkBtn: TButton
  139.     Left = 138
  140.     Top = 239
  141.     Width = 77
  142.     Height = 25
  143.     Default = True
  144.     ModalResult = 1
  145.     TabOrder = 6
  146.   end
  147.   object CancelBtn: TButton
  148.     Left = 221
  149.     Top = 239
  150.     Width = 77
  151.     Height = 25
  152.     Cancel = True
  153.     ModalResult = 2
  154.     TabOrder = 7
  155.   end
  156.   object HelpBtn: TButton
  157.     Left = 310
  158.     Top = 239
  159.     Width = 77
  160.     Height = 25
  161.     TabOrder = 8
  162.     OnClick = HelpBtnClick
  163.   end
  164. end
  165.